home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.1 / Amiga Developer CD v1.1 - May 1996 (1996)(Schatztruhe)[!].iso / Contributions / IAM / Networking / Envoy-2.0 / fd / accounts_lib.fd next >
Text File  |  1994-12-22  |  735b  |  25 lines

  1. ##base _AccountsBase
  2. ##bias 30
  3. ##public
  4. *--- functions in V37 or higher (Release 2.04) ---
  5. * User and Group structure Allocation/Deallocation
  6. AllocUserInfo()()
  7. AllocGroupInfo()()
  8. FreeUserInfo()(a0)
  9. FreeGroupInfo()(a0)
  10. * User Verification functions *
  11. VerifyUser(userName,password,user)(a0/a1/a2)
  12. MemberOf(group,user)(a0/a1)
  13. * Functions to find users/groups or build lists of users/groups/members *
  14. NameToUser(userName,user)(a0/a1)
  15. NameToGroup(groupName,group)(a0/a1)
  16. IDToUser(userID,user)(d0/a0)
  17. IDToGroup(groupID,group)(d0/a0)
  18. NextUser(user)(a0)
  19. NextGroup(group)(a0)
  20. NextMember(group,user)(a0/a1)
  21. * New Functions added for Revision 4 *
  22. ECrypt(buffer,password,username)(a0/a1/a2)
  23. VerifyUserCrypt(userName,password,user)(a0/a1/a2)
  24. ##end
  25.